
 
 L a b e l   L o o p 1 
 
 	 P r i n t   " L o o p   1 " 
 
 	 S l o t ( 1 )   =   1 0 0 0 
 
 	 S l o t ( 1 )   =   0 
 
 	 S l o t ( 2 )   =   1 0 0 0 
 
 	 S l o t ( 2 )   =   0 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 	 G o s u b   s u b 1 
 
 	 B e e p 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 	 S l o t ( 3 )   =   1 0 0 0 
 
 	 S l o t ( 3 )   =   0 
 
 	 S l o t ( 4 )   =   1 0 0 0 
 
 	 S l o t ( 4 )   =   0 
 
 G o t o   L o o p 1 
 
 
 
 L a b e l   s u b 1 
 
 	 P r i n t   " S u b   1 " 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 	 G o s u b   S u b 2 
 
 	 B e e p 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 R e t u r n 
 
 
 
 L a b e l   S u b 2 
 
 	 P r i n t   " S u b   2 " 
 
 	 W a i t   S e c o n d s   0 . 5 
 
 R e t u r n 
 
 
 
 
 
 